HomeSort by relevance Sort by last modified time
    Searched refs:program (Results 376 - 400 of 446) sorted by null

<<1112131415161718

  /external/sonivox/arm-fm-22k/lib_src/
eas_voicemgt.c     [all...]
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_voicemgt.c     [all...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_voicemgt.c     [all...]
  /external/blktrace/doc/
blktrace.tex 6 % This program is free software; you can redistribute it and/or modify
11 % This program is distributed in the hope that it will be useful,
17 % along with this program; if not, write to the Free Software
213 Here we see a program issuing an INQUIRY command to the CDROM device.
214 The program requested a read of 56 bytes of data, the CDB is included
500 -s & --per-program-stats & Displays data sorted by program \\ \hline
    [all...]
  /external/e2fsprogs/lib/et/
texinfo.tex 7 % BECAUSE THIS PROGRAM IS LICENSED FREE OF CHARGE, WE PROVIDE ABSOLUTELY
10 %RICHARD M. STALLMAN AND/OR OTHER PARTIES PROVIDE THIS PROGRAM "AS IS"
14 %AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE
20 %WHO MAY MODIFY AND REDISTRIBUTE THIS PROGRAM AS PERMITTED BELOW, BE
25 %A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS) THIS
26 %PROGRAM, EVEN IF YOU HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH
47 % program or any part thereof, to be licensed at no charge to all
56 %Mere aggregation of another unrelated program with this program (or it
    [all...]
  /external/v8/tools/
profile.js 225 * addresses starting with the program counter value.
363 // If we have created a flat profile for the whole program, we don't
365 // root with the node corresponding to the whole program.
  /external/webkit/Source/JavaScriptCore/interpreter/
Interpreter.cpp 386 JSValue program = argv[1].jsValue();
388 if (!program.isString())
389 return program;
391 UString programSource = asString(program)->value(callFrame);
728 JSValue Interpreter::execute(ProgramExecutable* program, CallFrame* callFrame, ScopeChainNode* scopeChain, JSObject* thisObj)
737 JSObject* error = program->compile(callFrame, scopeChain);
740 CodeBlock* codeBlock = &program->generatedBytecode();
758 (*profiler)->willExecute(callFrame, program->sourceURL(), program->lineNo());
767 result = program->generatedJITCode().execute(&m_registerFile, newCallFrame, scopeChain->globalData)
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/
wpa_cli.c 5 * This program is free software; you can redistribute it and/or modify
43 "This program is free software. You can distribute it and/or modify it\n"
50 "This program is free software; you can redistribute it and/or modify\n"
54 "This program is distributed in the hope that it will be useful,\n"
60 "along with this program; if not, write to the Free Software\n"
    [all...]
  /development/tools/emulator/opengl/tests/gles_android_wrapper/
gles.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/
GLWebViewState.cpp 387 if (shader->program() == -1) {
  /ndk/build/core/
init.mk 134 # Instead, we assume that a program named /bin/uname.exe
267 $(call ndk_log, Probing for 'cygpath' program)
  /external/qemu-pc-bios/bochs/
configure 1193 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1194 | --program-pre | --program-pr | --program-p)
1196 -program-prefix=* | --program-prefix=* | --program-prefi=*
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/GL/
glext.h     [all...]
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_opengl.h     [all...]
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_opengl.h     [all...]
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_opengl.h     [all...]
  /prebuilt/windows/sdl/include/SDL/
SDL_opengl.h     [all...]
  /external/mesa3d/docs/
MESA_texture_signed_rgba.spec 132 For assembly program extensions supporting texture fetches
  /external/mksh/src/
Build.sh 870 '-fwhole-program --combine' \
871 'if gcc supports -fwhole-program --combine'
    [all...]
  /external/v8/benchmarks/
deltablue.js 4 // This program is free software; you can redistribute it and/or modify
9 // This program is distributed in the hope that it will be useful,
15 // along with this program; if not, write to the Free Software
23 // more like a JavaScript program.
  /external/valgrind/main/cachegrind/
cg_annotate.in 13 # This program is free software; you can redistribute it and/or
18 # This program is distributed in the hope that it will be useful, but
24 # along with this program; if not, write to the Free Software
96 # Command line of profiled program.
590 print(" PROGRAM TOTALS\n");
682 @@ solution: Recompile program and rerun under "valgrind --cachesim=yes" to
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
v8-deltablue.js 4 // This program is free software; you can redistribute it and/or modify
9 // This program is distributed in the hope that it will be useful,
15 // along with this program; if not, write to the Free Software
23 // more like a JavaScript program.
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
v8-deltablue.js 4 // This program is free software; you can redistribute it and/or modify
9 // This program is distributed in the hope that it will be useful,
15 // along with this program; if not, write to the Free Software
23 // more like a JavaScript program.
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
v8-deltablue.js 4 // This program is free software; you can redistribute it and/or modify
9 // This program is distributed in the hope that it will be useful,
15 // along with this program; if not, write to the Free Software
23 // more like a JavaScript program.
  /external/webkit/Source/JavaScriptCore/tests/mozilla/Getopt/
Mixed.pm 11 # This program is free software; you can redistribute it and/or modify
16 # This program is distributed in the hope that it will be useful,
120 # created, in case the program calls abortMsg.
130 # Abort program with message:
132 # Prints program name and arguments to STDERR
571 prints its arguments on STDERR, plus your program's name and a
647 program.
663 program if the argument is not the right type for the option. You can
741 Getopt::Mixed does I<not> bring your program under the GPL, the only

Completed in 1875 milliseconds

<<1112131415161718