HomeSort by relevance Sort by last modified time
    Searched refs:our (Results 1 - 25 of 215) sorted by null

1 2 3 4 5 6 7 8 9

  /external/webkit/Source/WebCore/bindings/scripts/
IDLStructure.pm 76 our $idlId = '[a-zA-Z0-9]'; # Generic identifier
77 our $idlIdNs = '[a-zA-Z0-9:]'; # Generic identifier including namespace
78 our $idlIdNsList = '[a-zA-Z0-9:,\ ]'; # List of Generic identifiers including namespace
80 our $idlType = '[a-zA-Z0-9_]'; # Generic type/"value string" identifier
84 our $constValue = '("[^"\r\n]*")|(0[xX][a-fA-F0-9]+)|(-?[0-9]*)';
85 our $idlDataType = '[a-zA-Z0-9\ ]'; # Generic data type identifier
91 our $extendedAttributeSyntax = '\[[^]]*\]'; # Used for extended attributes
94 our $moduleSelector = 'module\s*(' . $idlId . '*)\s*{';
95 our $moduleNSSelector = 'module\s*(' . $idlId . '*)\s*\[ns\s*(' . $idlIdNs . '*)\s*(' . $idlIdNs . '*)\]\s*;';
96 our $constantSelector = 'const\s*' . $supportedTypes . '\s*(' . $idlType . '*)\s*=\s*(' . $constValue (…)
    [all...]
  /external/linux-tools-perf/scripts/perl/Perf-Trace-Util/lib/Perf/Trace/
Context.pm 9 our @ISA = qw(Exporter);
11 our %EXPORT_TAGS = ( 'all' => [ qw(
14 our @EXPORT_OK = ( @{ $EXPORT_TAGS{'all'} } );
16 our @EXPORT = qw(
20 our $VERSION = '0.01';
Util.pm 9 our @ISA = qw(Exporter);
11 our %EXPORT_TAGS = ( 'all' => [ qw(
14 our @EXPORT_OK = ( @{ $EXPORT_TAGS{'all'} } );
16 our @EXPORT = qw(
21 our $VERSION = '0.01';
  /development/samples/AppNavigation/
Android.mk 16 # Use the following include to make our test apk.
  /external/bluetooth/bluedroid/
Android.mk 14 # Cleanup our locals
  /external/webkit/Tools/Scripts/
SpacingHeuristics.pm 34 our ($VERSION, @ISA, @EXPORT, @EXPORT_OK, %EXPORT_TAGS);
42 our @EXPORT_OK;
  /packages/apps/CertInstaller/
Android.mk 14 # Use the folloing include to make our test apk.
  /packages/apps/Gallery/
Android.mk 13 # Use the following include to make our test apk.
  /packages/providers/ApplicationsProvider/
Android.mk 15 # Also build our test apk
  /development/apps/BuildWidget/
Android.mk 15 # Use the following include to make our test apk.
  /development/samples/ActionBarCompat/
Android.mk 15 # Use the following include to make our test apk.
  /development/samples/BluetoothChat/
Android.mk 15 # Use the following include to make our test apk.
  /development/samples/BluetoothHDP/
Android.mk 15 # Use the following include to make our test apk.
  /development/samples/Compass/
Android.mk 15 # Use the following include to make our test apk.
  /development/samples/ContactManager/
Android.mk 15 # Use the following include to make our test apk.
  /development/samples/HeavyWeight/
Android.mk 16 # Use the following include to make our test apk.
  /development/samples/HelloActivity/
Android.mk 15 # Use the following include to make our test apk.
  /development/samples/HoneycombGallery/
Android.mk 15 # Use the following include to make our test apk.
  /development/samples/KeyChainDemo/
Android.mk 15 # Use the following include to make our test apk.
  /development/samples/LunarLander/
Android.mk 15 # Use the following include to make our test apk.
  /development/samples/MultiResolution/
Android.mk 15 # Use the following include to make our test apk.
  /development/samples/NotePad/
Android.mk 15 # Use the following include to make our test apk.
  /development/samples/Obb/
Android.mk 15 # Use the following include to make our test apk.
  /development/samples/RandomMusicPlayer/
Android.mk 15 # Use the following include to make our test apk.
  /development/samples/SampleSyncAdapter/
Android.mk 15 # Use the folloing include to make our test apk.

Completed in 644 milliseconds

1 2 3 4 5 6 7 8 9