HomeSort by relevance Sort by last modified time
    Searched refs:added (Results 101 - 125 of 243) sorted by null

1 2 3 45 6 7 8 910

  /external/pcre/
pcregexp.pas 45 10-11-04 - added pcError (errorhandling), pcInit
48 17-02-06 - added RunTimeOptions: caller can set options while searching
49 19-02-06 - added SearchOfs(): let PCRE use the complete string and offset
286 (* ------------------- Added for Version 1 -------------------------- *)
674 if lasti <= {AH 25-10-2004 added =, else l==1 won't work} l then
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_3/
jsref.js 59 writeLineToLog( "added " + this.description );
  /external/webrtc/src/modules/audio_processing/aecm/main/matlab/
waitbar_j.m 9 % which case a cancel button will be added to the figure, and
  /external/chromium/chrome/browser/history/
history_types.h 173 SOURCE_EXTENSION = 2, // Added by an externsion.
300 // When this was added.
327 // indicates the last time a URL was added as a child to the folder.
395 // Note: If you need end_time_searched, it can be added.
627 MostVisitedURLWithRankList added; member in struct:history::TopSitesDelta
  /external/mesa3d/src/glsl/
ir_reader.cpp 209 bool added = false; local
224 added = st->symbols->add_function(f);
225 assert(added);
246 return added ? f : NULL;
350 * any functions that might use them. Functions are added to the
    [all...]
  /external/protobuf/python/google/protobuf/internal/
type_checkers.py 127 'unicode objects before being added.' %
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
genlingware.pl 19 1. optional foreign header (4-byte aligned), externally added
  /external/wpa_supplicant_8/src/ap/
wps_hostapd.c 962 int added; member in struct:wps_add_pin_data
977 data->added++;
993 data.added = 0;
1004 return data.added ? 0 : -1;
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
LoadAverageService.java 255 if (st.added) p = mAddedPaint;
  /external/chromium/chrome/browser/chromeos/cros/
network_library.h 305 bool added() const { return added_; } function in class:chromeos::Network
390 void set_added(bool added) { added_ = added; }
930 // An attempt to add an observer that has already been added for a
    [all...]
  /external/oprofile/libpp/
xml_utils.cpp 831 bool added = false; local
833 added |= my_threads[t].add_modules(module, it);
834 if (added && name.size() == 0) name = app_name;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
OutlinePage.java 848 final List<INode> added = new ArrayList<INode>(); local
    [all...]
  /frameworks/base/services/java/com/android/server/
AppWidgetService.java     [all...]
ConnectivityService.java 291 // this collection is used to refcount the added routes - if there are none left
618 loge("Wimax is not enabled or not added to the network attributes!!! ");
    [all...]
  /external/chromium/chrome/browser/resources/
menu.js 48 * will be added to.
296 * @param {string} label The label string to be added to
298 * @param {HTMLElement} div The div element the label is added to.
  /external/libpng/
CHANGES 5 added reader into png.h
9 added pull reader
11 added pnglib.txt
12 added example.c
16 added K&R support
17 added check for 64 KB blocks for 16 bit machines
36 added png_large_malloc() and png_large_free()
37 added png_size_t
39 added png_start_read_image()
44 added test progra
    [all...]
  /external/mesa3d/docs/
MESA_texture_array.spec 68 TEXTURE_2D_ARRAY, is added that functions identically to TEXTURE_3D in
    [all...]
  /external/opencv/cv/src/
cvcalibinit.cpp 733 int added = icvAddOuterQuad(quads[i],quads,quad_count,all_quads,*all_count,corners); local
734 *all_count += added;
735 quad_count += added;
783 int added = 0; local
792 added++;
842 return added;
    [all...]
  /development/scripts/app_engine_server/
memcache_zipserve.py 419 directory tree is depth first. A parent directory's files are added
  /external/apache-harmony/prefs/src/test/java/org/apache/harmony/prefs/tests/java/util/prefs/
AbstractPreferencesTest.java 820 // //same listener can be added twice, and must be removed twice
1955 private int added = 0; field in class:AbstractPreferencesTest.MockNodeChangeListener
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/lib/lightopenid/
openid.php 215 $content = ' ' . $m[1] . $m[3]; # The space is added, so that strpos doesn't return 0.
  /external/elfutils/src/
ld.h 429 unsigned int added:1; member in struct:symbol
877 /* Search paths added by the default linker script. */
966 /* To keep track of added entries. */
  /frameworks/base/core/java/android/app/
FragmentManager.java 161 * from XML or as the container ID when added in a transaction. This first
162 * searches through fragments that are currently added to the manager's
171 * from XML or as supplied when added in a transaction. This first
172 * searches through fragments that are currently added to the manager's
268 * Remove a listener that was previously added with
595 writer.print(prefix); writer.println("Added Fragments:");
734 // Fragments that are not currently added will sit in the onCreate() state.
1609 int[] added = null; local
    [all...]
  /frameworks/support/v4/java/android/support/v4/app/
FragmentManager.java 158 * from XML or as the container ID when added in a transaction. This first
159 * searches through fragments that are currently added to the manager's
168 * from XML or as supplied when added in a transaction. This first
169 * searches through fragments that are currently added to the manager's
266 * Remove a listener that was previously added with
589 writer.print(prefix); writer.println("Added Fragments:");
773 // Fragments that are not currently added will sit in the onCreate() state.
1653 int[] added = null; local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
RelativeLayoutConversionHelper.java 1556 View added = null; local
    [all...]

Completed in 1588 milliseconds

1 2 3 45 6 7 8 910