/external/protobuf/java/src/main/java/com/google/protobuf/micro/ |
CodedOutputStreamMicro.java | 400 * Compute the number of bytes that would be needed to encode a 409 * Compute the number of bytes that would be needed to encode a 417 * Compute the number of bytes that would be needed to encode a 425 * Compute the number of bytes that would be needed to encode an 433 * Compute the number of bytes that would be needed to encode an 441 * Compute the number of bytes that would be needed to encode a 450 * Compute the number of bytes that would be needed to encode a 459 * Compute the number of bytes that would be needed to encode a 468 * Compute the number of bytes that would be needed to encode a 477 * Compute the number of bytes that would be needed to encode [all...] |
/cts/tools/build/ |
test_executable.mk | 17 # package XML needed by CTS. 23 # as needed by CTS.
|
/development/tools/a3dconvert/ |
Android.mk | 22 # Needed for colladaDom 32 # Needed to maintain libRS dependencies
|
/external/chromium/chrome/browser/ |
idle_win.cc | 46 DWORD needed = 0; local 51 &needed)) {
|
/external/chromium/chrome/browser/importer/ |
importer_data_types.h | 16 // Types needed for importing data from other browsers and the Google Toolbar. 31 // Information about a profile needed by an importer to do import work.
|
/external/chromium/sdch/open-vcdiff/testdata/ |
configure.ac.v0.1 | 41 # Start of definitions needed by gflags package 54 # End of definitions needed by gflags package
|
configure.ac.v0.2 | 43 # Start of definitions needed by gflags package 52 # End of definitions needed by gflags package
|
/external/clang/test/Sema/ |
warn-unused-function.c | 9 static int f0() { return 17; } // expected-warning{{not needed and will not be emitted}} 49 static void unused(void) { unused(); } // expected-warning{{not needed and will not be emitted}}
|
/external/wpa_supplicant/ |
build_config.h | 17 * easier to have a single place for defining all the needed C pre-processor 24 /* Insert configuration defines, e.g., #define EAP_MD5, here, if needed. */
|
/frameworks/base/core/java/android/content/ |
EntityIterator.java | 25 * method to indicate that the iterator is no longer needed and that its resources 35 * Indicates that this iterator is no longer needed and that any associated resources
|
/frameworks/base/telephony/java/com/android/internal/telephony/sip/ |
SipPhoneFactory.java | 34 * @param context {@code Context} needed to create a Phone object 35 * @param phoneNotifier {@code PhoneNotifier} needed to create a Phone
|
/ndk/sources/host-tools/sed-4.2.1/m4/ |
00gnulib.m4 | 8 dnl gnulib-provided .m4 files. It is needed until such time as we can 28 # Witness macro that this file has been included. Needed to force
|
/external/srec/shared/src/ |
LStringImpl.c | 56 size_t needed; local 58 needed = LSTRLEN(impl->value) + LSTRLEN(value) + 1; 60 if (needed > impl->size) 62 LCHAR* temp = REALLOC(impl->value, sizeof(LCHAR) * (needed + (impl->size / 2))); 65 impl->size = sizeof(LCHAR) * (needed + (impl->size / 2));
|
/external/bison/lib/ |
mbswidth.h | 1 /* Determine the number of screen columns needed for a string. 50 /* Returns the number of screen columns needed for STRING. */ 54 /* Returns the number of screen columns needed for the NBYTES bytes
|
/external/llvm/lib/Transforms/IPO/ |
GlobalDCE.cpp | 12 // known to be alive. After it finds all of the globals which are needed, it 46 /// GlobalIsNeeded - mark the specific global value as needed, and 47 /// recursively mark anything that it uses as also needed. 67 // Functions with external linkage are needed if they have a body 76 // Externally visible & appending globals are needed, if they have an 86 // Externally visible aliases are needed. 91 // Now that all globals which are needed are in the AliveGlobals set, we loop 158 /// GlobalIsNeeded - the specific global value as needed, and 159 /// recursively mark anything that it uses as also needed. 171 // The target of a global alias is needed [all...] |
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/ |
StdSdkLog.java | 36 // remove last \n so that println can use \r\n as needed. 57 // remove last \n so that println can use \r\n as needed. 74 // remove last \n so that println can use \r\n as needed.
|
/cts/tests/appsecurity-tests/test-apps/SharedUidInstall/src/com/android/cts/shareduidinstall/ |
SharedUidActivity.java | 21 * Empty activity, not needed for this test
|
/cts/tests/appsecurity-tests/test-apps/SharedUidInstallDiffCert/src/com/android/cts/shareduidinstalldiffcert/ |
SharedUidActivity.java | 21 * Empty activity, not needed for this test
|
/cts/tests/appsecurity-tests/test-apps/SimpleAppInstall/src/com/android/cts/simpleappinstall/ |
SimpleAppActivity.java | 21 * Empty activity, not needed for this test
|
/cts/tests/appsecurity-tests/test-apps/SimpleAppInstallDiffCert/src/com/android/cts/simpleappinstall/ |
SimpleAppActivity.java | 21 * Empty activity, not needed for this test
|
/cts/tests/appsecurity-tests/test-apps/TargetInstrumentationApp/src/com/android/cts/targetinstrumentationapp/ |
TargetInstrumentationActivity.java | 21 * Empty activity, not needed for this test
|
/dalvik/vm/compiler/codegen/x86/ |
ArchUtility.cpp | 26 /* Target-specific cache flushing (not needed for x86 */
|
/external/chromium/build/linux/ |
dump_app_syms | 8 # them if needed.
|
/external/chromium/chrome/browser/history/ |
history_publisher_none.cc | 5 // A stub implementation of HistoryPublisher used to provide needed symbols.
|
/external/chromium/chrome/browser/search_engines/ |
search_engine_type.h | 49 SEARCH_ENGINE_MAX // Bounding max value needed for UMA histogram macro.
|