HomeSort by relevance Sort by last modified time
    Searched refs:SOURCE (Results 26 - 50 of 62) sorted by null

12 3

  /external/checkpolicy/
policy_scan.l 145 SOURCE |
146 source { return(SOURCE); }
267 fprintf(stderr, "(unknown source)::");
283 fprintf(stderr, "(unknown source)::");
policy_parse.y 126 %token SOURCE
530 | SOURCE ROLE { if (insert_separator(1)) return -1; } names_push
539 | SOURCE TYPE { if (insert_separator(1)) return -1; } names_push
  /external/valgrind/main/cachegrind/
cg_merge.c 116 /* Keep track of source filename/line no so as to be able to
124 SOURCE;
126 static void printSrcLoc ( SOURCE* s )
132 static void mallocFail ( SOURCE* s, char* who )
140 static void parseError ( SOURCE* s, char* msg )
148 static void barf ( SOURCE* s, char* msg )
160 static Bool readline ( SOURCE* s )
476 Counts* splitUpCountsLine ( SOURCE* s, /*OUT*/UWord* lnno, char* str )
507 static void addCounts ( SOURCE* s, /*OUT*/Counts* counts1, Counts* counts2 )
516 static Bool addCountsToMap ( SOURCE* s
    [all...]
  /external/webkit/Tools/Scripts/
extract-localizable-strings 5 # Redistribution and use in source and binary forms, with or without
9 # 1. Redistributions of source code must retain the above copyright
37 # known to be used for debugging in Intrigue source code and an exceptions file.
40 # It would have been nice to use the project to find the source files, but it's too hard to
41 # locate source files after parsing a .pbxproj file.
114 open SOURCE, $file or die "can't open $file\n";
131 while (<SOURCE>) {
267 close SOURCE;
319 print "$file:$line:ERROR:string for translation has illegal UTF-8 -- most likely a problem with the Text Encoding of the source file\n";
323 print "$file:$line:ERROR:key has illegal UTF-8 -- most likely a problem with the Text Encoding of the source file\n"
    [all...]
prepare-ChangeLog 42 # Handle yacc source files too (other languages?).
206 # For each source file, convert line range to function list.
208 print STDERR " Extracting affected function names from source files.\n";
210 # Only look for function names in certain source files.
214 open SOURCE, $file or next;
215 my @function_ranges = get_function_line_ranges(\*SOURCE, $file);
216 close SOURCE;
328 } elsif ($prefixDir eq "Source/WebCore") {
    [all...]
  /external/webkit/Source/WebCore/inspector/
CodeGeneratorInspector.pm 2 # Use of this source code is governed by a BSD-style license that can be
206 // Use of this source code is governed by a BSD-style license that can be
907 // Use of this source code is governed by a BSD-style license that can be
    [all...]
  /development/tools/emulator/opengl/shared/OpenglCodecCommon/
Win32PipeStream.cpp 2 * Copyright (C) 2011 The Android Open Source Project
26 #error ONLY BUILD THIS SOURCE FILE FOR WINDOWS!
  /libcore/luni/src/test/java/tests/api/java/lang/reflect/
AccessibleObjectTest.java 64 @Retention(RetentionPolicy.SOURCE)
ConstructorTest.java 51 @Retention(RetentionPolicy.SOURCE)
FieldTest.java 69 @Retention(RetentionPolicy.SOURCE)
    [all...]
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/
GoogleSearch.java 2 * Copyright (C) 2008 The Android Open Source Project
51 // "source" parameter for Google search requests from unknown sources (e.g. apps). This will get
119 // If the caller specified a 'source' url parameter, use that and if not use default.
121 String source = GOOGLE_SEARCH_SOURCE_UNKNOWN; local
123 source = appSearchData.getString(Search.SOURCE);
137 + "&source=android-" + source
  /sdk/emulator/opengl/shared/OpenglCodecCommon/
Win32PipeStream.cpp 2 * Copyright (C) 2011 The Android Open Source Project
26 #error ONLY BUILD THIS SOURCE FILE FOR WINDOWS!
  /external/quake/quake/src/QW/gas2masm/
gas2masm.mak 183 # Begin Source File
185 SOURCE=.\gas2masm.c
187 "$(INTDIR)\gas2masm.obj" : $(SOURCE) "$(INTDIR)"
190 # End Source File
  /packages/apps/Browser/src/com/android/browser/
NavigationBarBase.java 2 * Copyright (C) 2011 The Android Open Source Project
158 public void onAction(String text, String extra, String source) {
160 if (UrlInputView.TYPED.equals(source)) {
178 if (source != null) {
180 appData.putString(com.android.common.Search.SOURCE, source);
IntentHandler.java 2 * Copyright (C) 2010 The Android Open Source Project
47 // "source" parameter for Google search suggested by the browser
49 // "source" parameter for Google search from unknown source
243 String searchSource = "&source=android-" + GOOGLE_SEARCH_SOURCE_SUGGEST + "&";
245 String source = null; local
248 source = appData.getString(Search.SOURCE);
250 if (TextUtils.isEmpty(source)) {
251 source = GOOGLE_SEARCH_SOURCE_UNKNOWN
    [all...]
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
SearchWidgetProvider.java 2 * Copyright (C) 2009 The Android Open Source Project
58 * The {@link Search#SOURCE} value used when starting searches from the search widget.
123 widgetAppData.putString(Search.SOURCE, WIDGET_SEARCH_SOURCE);
SearchActivity.java 2 * Copyright (C) 2009 The Android Open Source Project
619 String source = getIntent().getStringExtra(Search.SOURCE); local
621 getLogger().logStart(mOnCreateLatency, latency, source, getCorpus(),
  /prebuilts/tools/common/cglib/
cglib-2.2.3.jar 
cglib-nodep-2.2.3.jar 
  /tools/motodev/src/plugins/preflighting.core/src/com/motorolamobility/preflighting/core/internal/utils/
ApktoolUtils.java 2 * Copyright (C) 2012 The Android Open Source Project
52 import com.motorolamobility.preflighting.core.source.model.Constant;
53 import com.motorolamobility.preflighting.core.source.model.Field;
54 import com.motorolamobility.preflighting.core.source.model.Instruction;
55 import com.motorolamobility.preflighting.core.source.model.Invoke;
56 import com.motorolamobility.preflighting.core.source.model.Method;
57 import com.motorolamobility.preflighting.core.source.model.SourceFileElement;
58 import com.motorolamobility.preflighting.core.source.model.Variable;
110 private static final String SOURCE = ".source";
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jar 
org.eclipse.equinox.p2.repository.tools_2.0.1.R36x_v20100823.jar 
org.eclipse.pde.api.tools_1.0.202.v20100820_r361.jar 
  /packages/apps/Launcher2/src/com/android/launcher2/
Launcher.java 3 * Copyright (C) 2008 The Android Open Source Project
    [all...]
  /prebuilts/misc/common/ecj/
ecj.jar 

Completed in 1084 milliseconds

12 3