/external/chromium_org/courgette/ |
patcher_x86_32.h | 50 AssemblyProgram* program = NULL; 53 &program); 58 Status trim_status = TrimLabels(program); 60 DeleteAssemblyProgram(program); 65 status = Encode(program, &encoded); 66 DeleteAssemblyProgram(program);
|
/external/chromium_org/tools/gyp/test/rules-rebuild/ |
gyptest-all.py | 29 test.run_built_executable('program', chdir='relocate/src', stdout=expect) 31 test.up_to_date('same_target.gyp', 'program', chdir='relocate/src') 47 test.run_built_executable('program', chdir='relocate/src', stdout=expect) 49 test.up_to_date('same_target.gyp', 'program', chdir='relocate/src') 65 test.run_built_executable('program', chdir='relocate/src', stdout=expect) 67 test.up_to_date('same_target.gyp', 'program', chdir='relocate/src')
|
gyptest-default.py | 29 test.run_built_executable('program', chdir='relocate/src', stdout=expect) 31 test.up_to_date('same_target.gyp', 'program', chdir='relocate/src') 47 test.run_built_executable('program', chdir='relocate/src', stdout=expect) 49 test.up_to_date('same_target.gyp', 'program', chdir='relocate/src') 65 test.run_built_executable('program', chdir='relocate/src', stdout=expect) 67 test.up_to_date('same_target.gyp', 'program', chdir='relocate/src') 86 test.run_built_executable('program', chdir='relocate/src', stdout=expect) 88 test.up_to_date('same_target.gyp', 'program', chdir='relocate/src')
|
/external/eigen/cmake/ |
FindStandardMathLibrary.cmake | 18 # a little test program for c++ math functions. 25 # first try compiling/linking the test program without any linker flags 36 # the test program linked successfully without any linker flag. 42 # the test program did not link successfully without any linker flag. 53 # the test program linked successfully when linking to the 'm' library 59 # the test program still doesn't link successfully
|
/frameworks/native/services/surfaceflinger/RenderEngine/ |
Program.h | 32 * Abstracts a GLSL program comprising a vertex and fragment shader 34 class Program { 39 Program(const ProgramCache::Key& needs, const char* vertex, const char* fragment); 40 ~Program(); 45 /* Binds this program to the GLES context */ 65 // Name of the OpenGL program and shaders
|
/packages/apps/PackageInstaller/res/values-af/ |
strings.xml | 23 <string name="security_settings_desc" msgid="2706691034244052604">"Laat hierdie program toe om:"</string> 27 <string name="install_done" msgid="3682715442154357097">"Program geïnstalleer."</string> 28 <string name="install_confirm_question" msgid="7295206719219043890">"Wil jy hierdie program installeer? Dit sal kan ingaan by:"</string> 29 <string name="install_confirm_question_no_perms" msgid="5918305641302873520">"Wil jy hierdie program installeer? Dit vereis nie enige spesiale toegang nie."</string> 30 <string name="install_confirm_question_update" msgid="4624159567361487964">"Wil jy \'n opdatering vir die bestaande program installeer? Jou bestaande data sal nie verlore gaan nie. Die opgedateerde program sal kan ingaan by:"</string> 31 <string name="install_confirm_question_update_system" msgid="1302330093676416336">"Wil jy \'n opdatering vir hierdie ingeboude program installeer? Jou bestaande data sal nie verlore gaan nie. Die opgedateerde program sal kan ingaan by:"</string> 32 <string name="install_confirm_question_update_no_perms" msgid="4885928136844618944">"Wil jy \'n opdatering na hierdie bestaande program installeer? Jou bestaande data sal nie verlore raak nie. Dit vereis nie enige spesiale toegang nie."</string> 33 <string name="install_confirm_question_update_system_no_perms" msgid="7676593512694724374">"Wil jy \'n opdatering na hierdie ingeboude program installeer? Jou bestaande data sal nie verlore raak nie. Dit vereis nie enige spesiale toegang nie (…) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/test/ |
test_discovery.py | 203 program = object.__new__(unittest.TestProgram) 208 program._do_discovery = do_discovery 209 program.parseArgs(['something', 'discover']) 212 program.parseArgs(['something', 'discover', 'foo', 'bar']) 221 program = object.__new__(unittest.TestProgram) 222 program.usageExit = usageExit 223 program.testLoader = None 227 program._do_discovery(['one', 'two', 'three', 'four']) 231 program = object.__new__(unittest.TestProgram) 239 program.testLoader = Loader( [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/test/ |
test_discovery.py | 203 program = object.__new__(unittest.TestProgram) 208 program._do_discovery = do_discovery 209 program.parseArgs(['something', 'discover']) 212 program.parseArgs(['something', 'discover', 'foo', 'bar']) 221 program = object.__new__(unittest.TestProgram) 222 program.usageExit = usageExit 223 program.testLoader = None 227 program._do_discovery(['one', 'two', 'three', 'four']) 231 program = object.__new__(unittest.TestProgram) 239 program.testLoader = Loader( [all...] |
/development/ndk/platforms/android-3/include/linux/sunrpc/ |
stats.h | 18 struct rpc_program * program; member in struct:rpc_stat 32 struct svc_program * program; member in struct:svc_stat
|
/development/samples/USB/AdbTest/ |
README.txt | 1 AdbTest is a sample program that implements a subset of the adb USB protocol. 7 This program serves as an example of the following USB host features:
|
/development/samples/USB/MissileLauncher/ |
README.txt | 1 MissileLauncher is a simple program that controls Dream Cheeky USB missile launchers. 6 This program serves as an example of the following USB host features:
|
/external/chromium_org/third_party/angle_dx11/src/libGLESv2/ |
Program.h | 7 // Program.h: Defines the gl::Program class. Implements GL program objects 65 class Program 68 Program(rx::Renderer *renderer, ResourceManager *manager, GLuint handle); 70 ~Program(); 107 DISALLOW_COPY_AND_ASSIGN(Program); 118 bool mDeleteStatus; // Flag to indicate that the program can be deleted when no longer in use
|
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/ |
EXT_separate_shader_objects.xml | 13 <param name="program" type="GLuint"/> 17 <param name="program" type="GLuint"/>
|
/external/chromium_org/tools/gyp/test/assembly/src/ |
override.gyp | 8 'target_name': 'program', 11 'program.c',
|
/external/chromium_org/tools/gyp/test/generator-output/actions/subdir1/ |
executable.gyp | 8 'target_name': 'program', 12 'program.c',
|
/external/chromium_org/tools/gyp/test/rules/src/subdir1/ |
executable.gyp | 8 'target_name': 'program', 12 'program.c',
|
/external/chromium_org/tools/gyp/test/rules/src/subdir3/ |
executable2.gyp | 6 # between the target's sources (program.c) and the generated files 16 'program.c',
|
/external/chromium_org/tools/gyp/test/variables/latelate/ |
gyptest-latelate.py | 22 'program', chdir='relocate/src', stdout='program.cc\n')
|
/external/llvm/docs/CommandGuide/ |
llvm-link.rst | 7 :program:`llvm-link` [*options*] *filename ...* 12 :program:`llvm-link` takes several LLVM bitcode files and links them together 21 Enable binary output on terminals. Normally, :program:`llvm-link` will refuse 23 option, :program:`llvm-link` will write raw bitcode regardless of the output 29 :program:`llvm-link` will write its output to standard output. 37 If specified, :program:`llvm-link` prints a human-readable version of the 46 Verbose mode. Print information about what :program:`llvm-link` is doing. 53 If :program:`llvm-link` succeeds, it will exit with 0. Otherwise, if an error
|
/external/mesa3d/src/mapi/glapi/gen/ |
EXT_separate_shader_objects.xml | 13 <param name="program" type="GLuint"/> 17 <param name="program" type="GLuint"/>
|
/frameworks/base/libs/hwui/ |
SkiaColorFilter.h | 54 virtual void setupProgram(Program* program) = 0; 88 void setupProgram(Program* program); 103 void setupProgram(Program* program); 118 void setupProgram(Program* program);
|
/ndk/sources/host-tools/make-3.81/config/ |
xsize.m4 | 5 dnl Public License, this file may be distributed as part of a program 7 dnl the same distribution terms as the rest of that program.
|
/packages/apps/Mms/src/org/w3c/dom/smil/ |
SMILAnimateColorElement.java | 5 * Rights Reserved. This program is distributed under the W3C's Software 6 * Intellectual Property License. This program is distributed in the
|
SMILAnimateElement.java | 5 * Rights Reserved. This program is distributed under the W3C's Software 6 * Intellectual Property License. This program is distributed in the
|
SMILRefElement.java | 5 * Rights Reserved. This program is distributed under the W3C's Software 6 * Intellectual Property License. This program is distributed in the
|