Home
last modified time | relevance | path

Searched refs:here (Results 1 – 25 of 152) sorted by relevance

1234567

/frameworks/base/core/java/android/text/
DAutoText.java132 int here = mTrie[TRIE_ROOT]; in lookup() local
137 for (; here != TRIE_NULL; here = mTrie[here + TRIE_NEXT]) { in lookup()
138 if (c == mTrie[here + TRIE_C]) { in lookup()
140 && (mTrie[here + TRIE_OFF] != TRIE_NULL)) { in lookup()
141 int off = mTrie[here + TRIE_OFF]; in lookup()
147 here = mTrie[here + TRIE_CHILD]; in lookup()
152 if (here == TRIE_NULL) { in lookup()
/frameworks/compile/slang/tests/P_warnings_deprecated/
Dstderr.txt.expect2 …s/script_api/include/rs_math.rsh:6482:5: note: 'rsClamp' has been explicitly marked deprecated here
4 …nclude/rs_object_info.rsh:381:5: note: 'rsGetAllocation' has been explicitly marked deprecated here
/frameworks/layoutlib/bridge/tests/res/testApp/MyApplication/
Dproguard-rules.pro1 # Add project specific ProGuard rules here.
10 # Add any project specific keep options here:
/frameworks/base/tests/TouchLatency/app/
Dproguard-rules.pro1 # Add project specific ProGuard rules here.
10 # Add any project specific keep options here:
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/
Dproguard-project.txt4 # Add project specific ProGuard rules here.
13 # Add any project specific keep options here:
/frameworks/wilhelm/tools/hashgen/
DREADME.txt15 Diff the old file in ../../src/autogen vs. the newly generated IID_to_MPH.c here.
21 Then do 'make clean' or 'make distclean' here.
/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
DFrameworkPerfActivity.java330 RuntimeException here = new RuntimeException("here"); in disconnect() local
331 here.fillInStackTrace(); in disconnect()
332 Log.i(TAG, "Unbinding " + conn, here); in disconnect()
384 RuntimeException here = new RuntimeException("here"); in startCurOp() local
385 here.fillInStackTrace(); in startCurOp()
386 Log.i(TAG, "Binding " + mCurConnection, here); in startCurOp()
/frameworks/compile/slang/tests/P_redefine_RS_VERSION/
Dstderr.txt.expect2 <built-in>:1:9: note: previous definition is here
/frameworks/av/media/libaudioprocessing/tests/
DREADME12 Then build here:
/frameworks/av/media/utils/
DREADME3 Consider adding your utility class/function here if it will
/frameworks/compile/slang/tests/F_warnings_as_error/
Dstderr.txt.expect3 deprecated.rs:8:13: note: 'func1' declared here
/frameworks/av/media/libcpustats/include/cpustats/
DREADME.txt4 Requirements to be here:
/frameworks/base/tests/TouchLatency/
Dbuild.gradle11 // NOTE: Do not place your application dependencies here; they belong
/frameworks/base/core/java/android/os/
DShellCommand.java96 RuntimeException here = new RuntimeException("here"); in exec() local
97 here.fillInStackTrace(); in exec()
98 Slog.d(TAG, "Starting command " + mCmd + " on " + mTarget, here); in exec()
/frameworks/wilhelm/tools/mphtogen/
DREADME.txt11 Then do 'make clean' here.
/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
DFalsingLog.java139 public static synchronized void wtf(String tag, String s, Throwable here) { in wtf() argument
167 Log.wtf(TAG, tag + " " + s + "; " + fileMessage, here); in wtf()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/Tests/CocoaPods/OSXCocoaPodsTester/OSXCocoaPodsTester/
DAppDelegate.m41 // Insert code here to initialize your application
45 // Insert code here to tear down your application
/frameworks/opt/gamesdk/src/device_info/
DCMakeLists.txt24 # Add new source files here
/frameworks/compile/slang/tests/P_warnings/
Dstderr.txt.expect4 warnings.rs:11:11: warning: variable 'l' is uninitialized when used here
/frameworks/opt/gamesdk/samples/bouncyball/
Dbuild.gradle10 // NOTE: Do not place your application dependencies here; they belong
/frameworks/opt/gamesdk/samples/tuningfork/tftestapp/
Dbuild.gradle12 // NOTE: Do not place your application dependencies here; they belong
/frameworks/opt/gamesdk/samples/cube/
Dbuild.gradle10 // NOTE: Do not place your application dependencies here; they belong
/frameworks/opt/gamesdk/third_party/cube/
Dbuild.gradle10 // NOTE: Do not place your application dependencies here; they belong
/frameworks/base/tests/SmokeTest/
DREADME3 Please use caution when adding tests here.
/frameworks/base/docs/downloads/
DREADME7 Once saved here, the files must be uploaded to a separate

1234567