HomeSort by relevance Sort by last modified time
    Searched refs:full (Results 26 - 50 of 2399) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/google-breakpad/src/client/windows/unittests/
minidump_test.cc 54 MiniDumpWithFullMemory | // Full memory from process.
280 DumpAnalysis full(full_dump_file_);
286 EXPECT_TRUE(full.HasStream(ThreadListStream));
288 EXPECT_TRUE(full.HasStream(ModuleListStream));
290 EXPECT_TRUE(full.HasStream(ExceptionStream));
292 EXPECT_TRUE(full.HasStream(SystemInfoStream));
294 EXPECT_TRUE(full.HasStream(UnloadedModuleListStream));
296 EXPECT_TRUE(full.HasStream(MiscInfoStream));
298 EXPECT_TRUE(full.HasStream(HandleDataStream));
302 EXPECT_TRUE(full.HasMemory(this))
    [all...]
  /build/make/target/product/
full.mk 17 # This is a build configuration for a full-featured build of the
28 PRODUCT_NAME := full
  /frameworks/base/tools/incident_report/
Android.mk 35 libprotobuf-cpp-full
formatter.cpp 56 compare_name(const char* full, const char* package, const char* clazz)
59 int cmp = strncmp(full, package, packageLen);
61 cmp = full[packageLen] - '.';
63 return strcmp(full + packageLen, clazz);
  /frameworks/base/tools/incident_section_gen/
Android.mk 34 libprotobuf-cpp-full
  /frameworks/webview/nullwebview/
Android.mk 27 LOCAL_PROGUARD_ENABLED := full
  /external/ltp/testcases/open_posix_testsuite/stress/semaphores/
multi_con_pro.c 4 * This file is licensed under the GPL license. For the full content
32 sem_t full; member in struct:__anon26546
49 if (-1 == sem_wait(&buf->full)) {
53 if (-1 == sem_getvalue(&buf->full, &full_value)) {
57 printf("The value of the full semaphore is %d \n", full_value);
76 if (-1 == sem_wait(&buf->full)) {
80 if (-1 == sem_getvalue(&buf->full, &full_value)) {
84 printf("The value of the full is %d \n", full_value);
130 if (-1 == sem_post(&buf->full)) {
134 if (-1 == sem_getvalue(&buf->full, &full_value))
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
arith_routines_hist.c 85 if (streamData->full == 0) {
105 if (streamData->full == 0) {
107 streamData->full = 1;
110 streamData->full = 0;
232 if (streamData->full == 0) {
234 streamData->full = 1;
237 streamData->full = 0;
255 return (streamData->stream_index*2 - 3 + !streamData->full);
257 return (streamData->stream_index*2 - 2 + !streamData->full);
380 if (streamData->full == 0)
    [all...]
arith_routines_logist.c 168 if (streamData->full == 0) {
188 if (streamData->full == 0) {
191 streamData->full = 1;
194 streamData->full = 0;
379 if (streamData->full == 0) {
381 streamData->full = 1;
384 streamData->full = 0;
391 if (streamData->full == 0) {
393 streamData->full = 1;
395 streamData->full = 0
    [all...]
  /tools/tradefederation/core/tests/src/com/android/tradefed/util/
FixedByteArrayOutputStreamTest.java 101 String full = prefix + followup; local
102 String expected = full.substring(full.length() - BUF_SIZE);
131 String full = prefix + followup.substring(offset); local
132 String expected = full.substring(full.length() - BUF_SIZE);
  /build/make/core/
host_java_library_common.mk 40 ifeq ($(LOCAL_PROTOC_OPTIMIZE_TYPE),full)
41 LOCAL_JAVA_LIBRARIES += host-libprotobuf-java-full
configure_local_jack.mk 28 valid_jack_enabled_values := full incremental javac_frontend disabled
  /external/libmojo/mojo/public/tools/bindings/
mojom_list_outputs.py 22 full = os.path.join("<(SHARED_INTERMEDIATE_DIR)", args.basedir, mojom)
23 base, ext = os.path.splitext(full)
  /external/openssh/
logintest.c 225 char full[17], strip[9], abbrev[5]; local
227 memset(full, '\0', sizeof(full));
231 line_fullname(full, line, sizeof(full)-1);
232 line_stripname(strip, full, sizeof(strip)-1);
233 line_abbrevname(abbrev, full, sizeof(abbrev)-1);
234 printf("%s: %s, %s, %s\n", line, full, strip, abbrev);
  /external/rootdev/
rootdev.h 22 * @full: whether to try to do full resolution. E.g., device-mapper
27 int rootdev(char *path, size_t size, bool full, bool strip);
38 bool full, bool strip,
  /external/selinux/mcstrans/utils/
valgrind-mcstransd 3 #valgrind -v --leak-check=full --show-reachable=yes ../src/mcstransd
4 runcon -u system_u -r system_r -t setrans_t -l s15:c0.c1023 -- valgrind -v --leak-check=full --show-reachable=yes ../src/mcstransd
  /test/vts/drivers/shell/
Android.mk 33 libprotobuf-cpp-full \
60 libprotobuf-cpp-full \
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
bignum1.d 3 # objdump: --full-contents
  /device/generic/car/common/product/
full.mk 17 # This is a build configuration for a full-featured build of the
28 PRODUCT_NAME := full
  /frameworks/base/tools/bit/
Android.mk 42 libprotobuf-cpp-full
  /libcore/jsr166-tests/src/test/java/jsr166/
ConcurrentHashMap8Test.java 234 Set full = populatedSet(3); local
235 assertTrue(full.addAll(Arrays.asList(three, four, five)));
236 assertEquals(6, full.size());
237 assertFalse(full.addAll(Arrays.asList(three, four, five)));
238 assertEquals(6, full.size());
246 Set full = populatedSet(3); local
248 assertTrue(full.addAll(Arrays.asList(three, four, one)));
249 assertEquals(5, full.size());
250 assertFalse(full.addAll(Arrays.asList(three, four, one)));
251 assertEquals(5, full.size())
258 Set full = populatedSet(3); local
267 Set full = populatedSet(3); local
279 Set full = map5().keySet(); local
291 Set full = populatedSet(3); local
346 Set full = populatedSet(3); local
355 Set full = populatedSet(3); local
382 Collection full = populatedSet(3); local
415 Collection<Integer> full = populatedSet(elements); local
455 Set full = populatedSet(3); local
465 Set full = populatedSet(3); local
476 Set full = populatedSet(3); local
487 Set full = populatedSet(3); local
505 Collection<Integer> full = populatedSet(elements); local
535 Collection<Integer> full = populatedSet(elements); local
    [all...]
  /device/google/contexthub/firmware/variant/
variant.mk 34 IMAGE_TARGET_OUT:=vendor/firmware/nanohub.full.bin
55 cp $(OUT)/full.bin $(IMAGE_OUT) && \
62 cp $(OUT)/full.bin $(TOP_ABSPATH)/$(IMAGE_TARGET_OUT) && \
79 adb push $(OUT)/full.bin /vendor/firmware/nanohub.full.bin
  /external/icu/icu4c/source/common/
uniset_closure.cpp 164 // add the result of a full case mapping to the set
167 addCaseMapping(UnicodeSet &set, int32_t result, const UChar *full, UnicodeString &str) {
173 // add a string case mapping from full with length result
174 str.setTo((UBool)FALSE, full, result);
209 const UChar *full; local
217 // full case closure
225 result = ucase_toFullLower(csp, cp, NULL, NULL, &full, "", &locCache);
226 addCaseMapping(foldSet, result, full, str);
228 result = ucase_toFullTitle(csp, cp, NULL, NULL, &full, "", &locCache);
229 addCaseMapping(foldSet, result, full, str)
    [all...]
  /external/clang/
Android.mk 4 .PHONY: clang-toolchain-minimal clang-toolchain-full llvm-tools
8 clang-toolchain-full: \
79 clang-toolchain-full: \
85 clang-toolchain-full: libomp
87 clang-toolchain-full: libomp-$(TARGET_ARCH)
  /external/mesa3d/docs/
MESA_set_3dfx_mode.spec 32 The Mesa Glide driver allows full-screen rendering or rendering into
34 to switch between full-screen and windowed rendering.
55 The Mesa Glide device driver allows either rendering in full-screen
57 full-screen and window rendering with the command:
62 rendering or GLX_3DFX_FULLSCREEN_MODE_MESA to indicate full-screen mode.

Completed in 1538 milliseconds

12 3 4 5 6 7 8 91011>>