/development/testrunner/test_defs/ |
D | native_test.py | 139 binary = os.path.basename(f) 140 binary = os.path.splitext(binary)[0] 141 found = self._FindFileRecursively(path, binary) 143 binary = os.path.relpath(os.path.abspath(found), 145 binaries.append(binary) 167 def _RunHostCommand(self, binary, valgrind=False): argument 184 full_path = os.path.join(android_build.GetHostBin(), binary)
|
/development/ide/emacs/ |
D | android-common.el | 135 (defun android-find-host-bin (binary) 142 (android-host) "/bin/" binary))) 145 (error (concat binary " is missing.")))) 146 (executable-find binary)))
|
/development/testrunner/ |
D | run_command.py | 150 def RunHostCommand(binary, valgrind=False): argument 167 subproc = subprocess.Popen(binary, stdout=subprocess.PIPE, 176 "--leak-check=yes", "-q", binary],
|
/development/docs/copyright-templates/bsd/ |
D | c.txt | 5 * Redistribution and use in source and binary forms, with or without 10 * * Redistributions in binary form must reproduce the above copyright
|
/development/ndk/platforms/android-4/samples/san-angeles/jni/ |
D | license-BSD.txt | 9 Redistribution and use in source and binary forms, with or without 15 * Redistributions in binary form must reproduce the above copyright
|
D | README.txt | 23 The Win32 (2000/XP) binary package of original version is
|
D | license-LGPL.txt | 322 normally distributed (in either source or binary form) with the major
|
/development/perftests/panorama/feature_stab/src/dbregtest/ |
D | PgmImage.cpp | 111 ifstream in(filename.c_str(),std::ios::in | std::ios::binary); in ReadPGM() 195 ofstream out(filename.c_str(),std::ios::out |ios::binary); in WritePGM()
|
/development/ndk/platforms/android-5/include/GLES2/ |
D | gl2ext.h | 440 …BinaryOES (GLuint program, GLsizei bufSize, GLsizei *length, GLenum *binaryFormat, GLvoid *binary); 441 …ENTRY glProgramBinaryOES (GLuint program, GLenum binaryFormat, const GLvoid *binary, GLint length); 443 …YOESPROC) (GLuint program, GLsizei bufSize, GLsizei *length, GLenum *binaryFormat, GLvoid *binary); 444 …NGLPROGRAMBINARYOESPROC) (GLuint program, GLenum binaryFormat, const GLvoid *binary, GLint length);
|
D | gl2.h | 571 …nary (GLsizei n, const GLuint* shaders, GLenum binaryformat, const GLvoid* binary, GLsizei length);
|
/development/ndk/platforms/ |
D | README.CRT.TXT | 161 To maintain binary compatibility to all existing NDK-generated machine code, 179 maintain binary compatibility with 'legacy' NDK machine code. Details are 201 but not necessary. This is only to ensure binary compatibility with 231 To support this, while providing binary compatibility, the following
|
/development/ndk/sources/android/ndk_helper/ |
D | JNIHelper.cpp | 132 std::ifstream f( s.c_str(), std::ios::binary ); in ReadFile()
|
D | gl3stub.h | 488 …amBinary) (GLuint program, GLsizei bufSize, GLsizei* length, GLenum* binaryFormat, GLvoid* binary); 489 …ENTRY glProgramBinary) (GLuint program, GLenum binaryFormat, const GLvoid* binary, GLsizei length);
|
D | gl3stub.c | 479 GLvoid* binary ); 482 const GLvoid* binary,
|
/development/ndk/platforms/android-18/samples/gles3jni/jni/ |
D | gl3stub.c | 336 …amBinary) (GLuint program, GLsizei bufSize, GLsizei* length, GLenum* binaryFormat, GLvoid* binary); 337 …ENTRY glProgramBinary) (GLuint program, GLenum binaryFormat, const GLvoid* binary, GLsizei length);
|
D | gl3stub.h | 478 …amBinary) (GLuint program, GLsizei bufSize, GLsizei* length, GLenum* binaryFormat, GLvoid* binary); 479 …ENTRY glProgramBinary) (GLuint program, GLenum binaryFormat, const GLvoid* binary, GLsizei length);
|
/development/sdk/ |
D | sdk_files_NOTICE.txt | 8 Redistribution and use in source and binary forms, with or without 12 * Redistributions in binary form must reproduce the above copyright 848 normally distributed (in either source or binary form) with the major 1045 // Redistribution and use in source and binary forms, with or without 1051 // * Redistributions in binary form must reproduce the above 1093 * Redistribution and use in source and binary forms, with or without 1158 // Redistribution and use in source and binary forms, with or without 1164 // * Redistributions in binary form must reproduce the above 1193 Redistribution and use in source and binary forms, with or without 1249 Redistribution and use in source and binary forms, with or without [all …]
|
/development/ndk/platforms/android-18/include/GLES3/ |
D | gl3.h | 904 …nary (GLsizei n, const GLuint* shaders, GLenum binaryformat, const GLvoid* binary, GLsizei length); 1048 …ramBinary (GLuint program, GLsizei bufSize, GLsizei* length, GLenum* binaryFormat, GLvoid* binary); 1049 …IENTRY glProgramBinary (GLuint program, GLenum binaryFormat, const GLvoid* binary, GLsizei length);
|
/development/tools/apkcheck/ |
D | README.txt | 72 (1) Class names are not in binary form
|
/development/perftests/panorama/feature_mos/doc/ |
D | feature_mos_API_doxyfile | 915 # controls whether a binary table of contents is generated (YES) or a
|
/development/perftests/panorama/feature_stab/doc/ |
D | dbreg_API_doxyfile | 915 # controls whether a binary table of contents is generated (YES) or a
|