| /prebuilts/tools/common/m2/repository/commons-codec/commons-codec/1.9/ |
| commons-codec-1.9.jar | |
| /external/valgrind/VEX/priv/ |
| guest_s390_helpers.c | 8 This file is part of Valgrind, a dynamic binary instrumentation 848 /*--- Clean helper for "convert to binary". ---*/ 854 UInt binary; local 858 : [result] "=d"(binary) 862 return binary; 877 UInt binary = binary_in & 0xffffffffULL; local 883 : [input] "d"(binary) 890 ULong s390_do_cvd(ULong binary) { return 0; } [all...] |
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/ |
| ios_base.h | 356 * - binary 369 /// Perform input and output in binary mode (as opposed to text mode). 372 static const openmode binary = _S_bin; member in class:ios_base
|
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/ |
| ios_base.h | 356 * - binary 369 /// Perform input and output in binary mode (as opposed to text mode). 372 static const openmode binary = _S_bin; member in class:ios_base
|
| /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/ |
| ios_base.h | 356 * - binary 369 /// Perform input and output in binary mode (as opposed to text mode). 372 static const openmode binary = _S_bin; member in class:ios_base
|
| /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
| ios_base.h | 364 * - binary 377 /// Perform input and output in binary mode (as opposed to text mode). 380 static const openmode binary = _S_bin; member in class:ios_base
|
| /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
| ios_base.h | 364 * - binary 377 /// Perform input and output in binary mode (as opposed to text mode). 380 static const openmode binary = _S_bin; member in class:ios_base
|
| /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
| ios_base.h | 364 * - binary 377 /// Perform input and output in binary mode (as opposed to text mode). 380 static const openmode binary = _S_bin; member in class:ios_base
|
| /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/ |
| ios_base.h | 364 * - binary 377 /// Perform input and output in binary mode (as opposed to text mode). 380 static const openmode binary = _S_bin; member in class:ios_base
|
| /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
| ios_base.h | 358 * - binary 371 /// Perform input and output in binary mode (as opposed to text mode). 374 static const openmode binary = _S_bin; member in class:ios_base
|
| /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
| ios_base.h | 358 * - binary 371 /// Perform input and output in binary mode (as opposed to text mode). 374 static const openmode binary = _S_bin; member in class:ios_base
|
| /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
| ios_base.h | 358 * - binary 371 /// Perform input and output in binary mode (as opposed to text mode). 374 static const openmode binary = _S_bin; member in class:ios_base
|
| /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
| ios_base.h | 358 * - binary 371 /// Perform input and output in binary mode (as opposed to text mode). 374 static const openmode binary = _S_bin; member in class:ios_base
|
| /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/ |
| ios_base.h | 356 * - binary 369 /// Perform input and output in binary mode (as opposed to text mode). 372 static const openmode binary = _S_bin; member in class:ios_base
|
| /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/ |
| ios_base.h | 356 * - binary 369 /// Perform input and output in binary mode (as opposed to text mode). 372 static const openmode binary = _S_bin; member in class:ios_base
|
| /external/robolectric/lib/main/ |
| commons-codec-1.6.jar | |
| /prebuilts/tools/common/m2/repository/commons-codec/commons-codec/1.6/ |
| commons-codec-1.6.jar | |
| /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
| org.apache.commons.codec_1.3.0.v20100518-1140.jar | |
| /external/deqp/modules/gles3/functional/ |
| es3fShaderApiTests.cpp | 867 log << TestLog::Message << "Fail, link status may only change as a result of linking or loading a program binary." << TestLog::EndMessage; 1076 // Program binary utilities 1097 // Base class for program binary cases 1109 void loadProgramBinary (ProgramBinary& binary, GLuint program); 1111 void verifyProgramBinary (ProgramBinary& binary); 1173 void ProgramBinaryCase::loadProgramBinary (ProgramBinary& binary, GLuint program) 1175 glProgramBinary(program, binary.format, &binary.data[0], (GLsizei)binary.data.size()); 1176 GLU_CHECK_MSG("Failed to load program binary.") 1242 ProgramBinary binary; local 1370 ProgramBinary binary; local 1462 ProgramBinary binary; local [all...] |
| /external/skia/src/pathops/ |
| SkOpSegment.cpp | 383 bool binary = includeType >= SkOpAngle::kBinarySingle; local 384 if (binary) { 393 if (binary) { 412 bool binary = includeType >= SkOpAngle::kBinarySingle; local 413 if (binary) { 422 if (binary) { [all...] |
| /external/pcre/dist/ |
| pcregrep.c | 18 Redistribution and use in source and binary forms, with or without 24 * Redistributions in binary form must reproduce the above copyright 114 /* Binary file options */ 332 { OP_NODATA, 'a', NULL, "text", "treat binary files as text" }, 334 { OP_BINFILES, N_BINARY_FILES, NULL, "binary-files=word", "set treatment of binary files" }, 349 { OP_NODATA, 'I', NULL, "", "treat binary files as not matching (ignore)" }, 1514 BOOL binary = FALSE; local [all...] |
| /external/svox/pico/lib/ |
| picoos.c | 931 picoos_uint8 binary; member in struct:picoos_file 993 (*f)->binary = (mode [all...] |
| /frameworks/base/core/jni/ |
| android_opengl_GLES30.cpp | 4773 GLvoid *binary = (GLvoid *) 0; local 4854 GLvoid *binary = (GLvoid *) 0; local 4896 GLvoid *binary = (GLvoid *) 0; local [all...] |
| android_opengl_GLES20.cpp | 4180 GLvoid *binary = (GLvoid *) 0; local 4245 GLvoid *binary = (GLvoid *) 0; local [all...] |
| /external/elfutils/src/src/ |
| ld.h | 316 to optimize the resulting binary. Important is to respect 519 } binary; member in union:expression::__anon9028 792 /* Page size to be assumed for the binary. */ [all...] |