Home
last modified time | relevance | path

Searched refs:here (Results 1 – 25 of 161) 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/av/media/utils/tests/
Dlibrary_tests.cpp29 [[maybe_unused]] static int32_t here = 0; // accessed on same thread. variable
49 *ptr = &here; in TEST()
53 ASSERT_EQ(0, here); // the shared library's object destructor hasn't been called. in TEST()
66 ASSERT_EQ(1, here); in TEST()
/frameworks/compile/slang/tests/P_warnings_deprecated/
Dstderr.txt.expect3 …s/script_api/include/rs_math.rsh:6482:5: note: 'rsClamp' has been explicitly marked deprecated here
5 …nclude/rs_object_info.rsh:381:5: note: 'rsGetAllocation' has been explicitly marked deprecated here
/frameworks/base/tests/TouchLatency/app/
Dproguard-rules.pro1 # Add project specific ProGuard rules here.
10 # Add any project specific keep options 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/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/base/packages/SystemUI/src/com/android/systemui/volume/
DOWNERS1 asc@google.com # send reviews here
/frameworks/compile/slang/tests/P_redefine_RS_VERSION/
Dstderr.txt.expect2 <built-in>:1:9: note: previous definition is here
/frameworks/libs/modules-utils/java/com/android/modules/utils/
DBasicShellCommandHandler.java89 RuntimeException here = new RuntimeException("here"); in exec() local
90 here.fillInStackTrace(); in exec()
91 Log.d(TAG, "Starting command " + mCmd + " on " + mTarget, here); in exec()
/frameworks/base/core/java/android/service/voice/
DOWNERS5 # The owner here should not be assist owner
/frameworks/base/packages/SystemUI/compose/core/
DOWNERS8 # Don't send reviews 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/base/packages/SystemUI/src/com/android/systemui/flags/
DOWNERS5 mankoff@google.com # send reviews here
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
Dbitfield.rscript36 // expect 4 bytes of padding here
39 // expect 4 bytes of padding here
47 // expect 4 bytes of padding here
/frameworks/compile/slang/tests/F_one_definition_rule8/
Ddef2.rscript5 // Error on the tightest enclosing type here
Ddef1.rscript5 // Error on the tightest enclosing type here
/frameworks/compile/slang/tests/F_warnings_as_error/
Dstderr.txt.expect3 deprecated.rscript:8:13: note: 'func1' declared here
/frameworks/compile/slang/tests/F_reflection3264_multifile/
Dreflection3264_multifile_3.rscript5 // reflection3264_multifile_2.rs has errors, so we never get here, and
/frameworks/compile/slang/lit-tests/padding/
Dbitfield.rscript42 // expect 4 bytes of padding here
45 // expect 4 bytes of padding here
53 // expect 4 bytes of padding here
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
Dbitfield.rscript38 // expect 4 bytes of padding here
41 // expect 4 bytes of padding here
49 // expect 4 bytes of padding 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

1234567