HomeSort by relevance Sort by last modified time
    Searched full:look (Results 1 - 25 of 8798) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/apache-harmony/support/src/test/resources/
hyts_Foo.c 1 /* Some random file for it to look at. *
  /libcore/luni/src/test/resources/
hyts_Foo.c 1 /* Some random file for it to look at. *
  /external/libvorbis/lib/
floor0.c 59 vorbis_look_floor0 *look=(vorbis_look_floor0 *)i; local
60 if(look){
62 if(look->linearmap){
64 if(look->linearmap[0])_ogg_free(look->linearmap[0]);
65 if(look->linearmap[1])_ogg_free(look->linearmap[1]);
67 _ogg_free(look->linearmap);
69 memset(look,0,sizeof(*look));
147 vorbis_look_floor0 *look=_ogg_calloc(1,sizeof(*look)); local
158 vorbis_look_floor0 *look=(vorbis_look_floor0 *)i; local
195 vorbis_look_floor0 *look=(vorbis_look_floor0 *)i; local
    [all...]
res0.c 81 vorbis_look_residue0 *look=(vorbis_look_residue0 *)i; local
86 for(j=0;j<look->parts;j++){
89 if(look->training_data[k][j]){
92 codebook *statebook=look->partbooks[j][k];
95 sprintf(buffer,"res_sub%d_part%d_pass%d.vqd",look->submap,j,k);
99 fprintf(of,"%d:%ld\n",l,look->training_data[k][j][l]);
104 look->training_min[k][j],look->training_max[k][j]);*/
106 _ogg_free(look->training_data[k][j]);
107 look->training_data[k][j]=NULL
270 vorbis_look_residue0 *look=_ogg_calloc(1,sizeof(*look)); local
416 vorbis_look_residue0 *look=(vorbis_look_residue0 *)vl; local
483 vorbis_look_residue0 *look=(vorbis_look_residue0 *)vl; local
543 vorbis_look_residue0 *look=(vorbis_look_residue0 *)vl; local
662 vorbis_look_residue0 *look=(vorbis_look_residue0 *)vl; local
807 vorbis_look_residue0 *look=(vorbis_look_residue0 *)vl; local
    [all...]
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
OWNERS 2 # reviewers for generic fileapi changes, otherwise look at ../OWNERS.
  /external/chromium_org/third_party/tcmalloc/vendor/m4/
install_prefix.m4 7 [prefix where we look for installed files])
  /external/eigen/
signature_of_eigen3_matrix_library 1 This file is just there as a signature to help identify directories containing Eigen3. When writing a script looking for Eigen3, just look for this file. This is especially useful to help disambiguate with Eigen2...
  /external/llvm/test/YAMLParser/
spec-08-04.data 3 # We don't currently look at the content of literal tags.
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/debugging/
debug-mode.rb 100 lt_events, found = listener.events.partition { |event| event.start_with?( "(look): " ) }
128 [ 'look', '1', '0', '4', 'default', '1', '0', '"a"' ],
129 [ 'look', '1', '0', '4', 'default', '1', '0', '"a"' ],
132 [ 'look', '1', '-1', '-1', 'default', '0', '-1', 'nil' ],
133 [ 'look', '1', '-1', '-1', 'default', '0', '-1', 'nil' ],
159 [ "look", "1", "0", "4", "default", "1", "0", "\"a\"" ],
160 [ "look", "1", "0", "4", "default", "1", "0", "\"a\"" ],
164 [ "look", "1", "2", "4", "default", "1", "2", "\"b\"" ],
165 [ "look", "1", "2", "4", "default", "1", "2", "\"b\"" ],
166 [ "look", "2", "-1", "-1", "default", "0", "-1", "nil" ]
    [all...]
  /external/chromium_org/chrome/common/importer/
ie_importer_utils_win.h 12 // Returns the key to be used in HKCU to look for IE's favorites order blob.
16 // Returns the key to be used in HKCU to look for IE7 passwords.
20 // Returns the key to be used in HKCU to look for IE settings.
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/
rule-tracer.rb 33 input_symbol = @input.look || :EOF
34 @device.puts( " look = %p" % input_symbol )
48 input_symbol = ( @input.look || :EOF )
49 @device.puts( " look = %p" % input_symbol )
  /external/chromium_org/components/user_prefs/
README 4 preferences associated with users can look them up by
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
r200_maos.c 5 * To get an idea how the verts path works, look at the radeon implementation.
  /external/iproute2/include/linux/
if_vlan.h 40 VLAN_NAME_TYPE_PLUS_VID, /* Name will look like: vlan0005 */
41 VLAN_NAME_TYPE_RAW_PLUS_VID, /* name will look like: eth1.0005 */
42 VLAN_NAME_TYPE_PLUS_VID_NO_PAD, /* Name will look like: vlan5 */
43 VLAN_NAME_TYPE_RAW_PLUS_VID_NO_PAD, /* Name will look like: eth0.5 */
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_maos.c 5 * To get an idea how the verts path works, look at the radeon implementation.
  /frameworks/native/opengl/tests/testFramerate/
Android.mk 2 # Test framerate and look for hiccups
  /ndk/tests/device/whole-static-libs/jni/
foo2.c 3 * main() will dlopen() itself to look for the function symbol.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
if_vlan.h 38 VLAN_NAME_TYPE_PLUS_VID, /* Name will look like: vlan0005 */
39 VLAN_NAME_TYPE_RAW_PLUS_VID, /* name will look like: eth1.0005 */
40 VLAN_NAME_TYPE_PLUS_VID_NO_PAD, /* Name will look like: vlan5 */
41 VLAN_NAME_TYPE_RAW_PLUS_VID_NO_PAD, /* Name will look like: eth0.5 */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
if_vlan.h 38 VLAN_NAME_TYPE_PLUS_VID, /* Name will look like: vlan0005 */
39 VLAN_NAME_TYPE_RAW_PLUS_VID, /* name will look like: eth1.0005 */
40 VLAN_NAME_TYPE_PLUS_VID_NO_PAD, /* Name will look like: vlan5 */
41 VLAN_NAME_TYPE_RAW_PLUS_VID_NO_PAD, /* Name will look like: eth0.5 */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
if_vlan.h 38 VLAN_NAME_TYPE_PLUS_VID, /* Name will look like: vlan0005 */
39 VLAN_NAME_TYPE_RAW_PLUS_VID, /* name will look like: eth1.0005 */
40 VLAN_NAME_TYPE_PLUS_VID_NO_PAD, /* Name will look like: vlan5 */
41 VLAN_NAME_TYPE_RAW_PLUS_VID_NO_PAD, /* Name will look like: eth0.5 */
  /external/chromium_org/third_party/WebKit/PerformanceTests/SVG/resources/
LICENSES 24 http://www.kde-look.org/content/show.php?content=19524
27 http://www.kde-look.org/content/show.php?content=19064
28 http://www.kde-look.org/content/show.php?content=31481
29 http://www.kde-look.org/content/files/42450-under%20the%20see.svg
30 http://www.kde-look.org/content/files/42470-flower_from_my_garden_v2.svg
31 http://www.kde-look.org/content/files/44057-drops%20on%20a%20blade.svg
32 http://www.kde-look.org/content/files/33041-Samurai.svgz
  /external/chromium_org/rlz/lib/
lib_values.h 21 // Event responses from the server look like:
28 // RLZ responses from the server look like (without spaces):
31 // DCC if reported should look like (without spaces):
34 // RLS if reported should look like (without spaces):
37 // Machine ID if reported should look like (without spaces):
40 // A server response setting / confirming the DCC will look like (no spaces):
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Ruby/
ASTTreeParser.stg 29 _save_last_<treeLevel> = _last = @input.look
64 _last = @input.look
69 _last = @input.look
95 _last = @input.look
115 _last = @input.look
130 _last = @input.look
155 _last = @input.look
175 _last = @input.look
192 _last = @input.look
207 _last = @input.look
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRPtrStack.h 40 /* look for s in ptrBuffer */
42 /* look for s in ptrBuffer */
  /external/chromium_org/third_party/sqlite/src/src/
shell_icu_linux.c 22 // Only look for the packaged data file;
23 // the default behavior is to look for individual files.

Completed in 1656 milliseconds

1 2 3 4 5 6 7 8 91011>>