HomeSort by relevance Sort by last modified time
    Searched full:local (Results 301 - 325 of 8806) sorted by null

<<11121314151617181920>>

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter_ipv4/
ipt_LOG.h 8 #define IPT_LOG_UID 0x08 /* Log UID owning local socket */
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter_ipv6/
ip6t_LOG.h 8 #define IP6T_LOG_UID 0x08 /* Log UID owning local socket */
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
if_pppopns.h 24 __u16 local; member in struct:sockaddr_pppopns
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
if_pppopns.h 24 __u16 local; member in struct:sockaddr_pppopns
  /dalvik/dx/src/com/android/dx/cf/code/
BaseMachine.java 63 /** {@code >= -1;} last local accessed */
66 /** specifies if local has info in the local variable table */
69 /** {@code null-ok;} local target spec, if salient and calculated */
217 public final void localInfo(boolean local) {
218 localInfo = local;
260 public final void localTarget(int idx, Type type, LocalItem local) {
261 localTarget = RegisterSpec.makeLocalOptional(idx, type, local);
362 * Gets the last local index accessed.
364 * @return {@code >= -1;} the salient local index or {@code -1} if non
    [all...]
  /external/chromium/chrome/browser/ui/views/
indexed_db_info_view.h 26 // Update the display from the specified Local Storage info.
31 // Clears the cookie display to indicate that no or multiple local storages
35 // Enables or disables the local storate property text fields.
  /external/clang/test/Analysis/
stackaddrleak.c 7 p = str; // expected-warning{{Address of stack memory associated with local variable 'str' is still referred to by the global variable 'p' upon returning to the caller. This will be a dangling reference}}
33 b = &x; // expected-warning{{Address of stack memory associated with local variable 'x' is still referred to by the global variable 'a' upon returning}} expected-warning{{Address of stack memory associated with local variable 'x' is still referred to by the global variable 'b' upon returning}}
  /external/dbus/cmake/bus/
session.conf.cmake 2 Add a session-local.conf and edit that rather than changing this
24 <!-- This is included last so local configuration can override what's
26 <include ignore_missing="yes">session-local.conf</include>
  /external/dnsmasq/contrib/Solaris10/
README 12 been installed in '/usr/local/sbin/dnsmasq' and the configuration file in
13 '/usr/local/etc/dnsmasq.conf', so you may have to adjust these paths for
14 your local installation. Here are the steps I followed to install and enable
  /external/iptables/extensions/
libxt_cluster.c 18 " [!] --cluster-local-node <num> Set the local node number\n"
19 " [!] --cluster-local-nodemask <num> Set the local node mask\n"
39 {.name = "cluster-local-node", .id = O_CL_LOCAL_NODE,
42 {.name = "cluster-local-nodemask", .id = O_CL_LOCAL_NODEMASK,
80 "`--cluster-local-node' "
90 "`--cluster-local-nodemask' too big "
96 "cluster match: `--cluster-local-node' or"
97 "`--cluster-local-nodemask' is missing")
    [all...]
  /external/libvpx/nestegg/docs/
Makefile.am 26 install-data-local: doxygen-build.stamp
32 uninstall-local:
35 clean-local:
  /external/libvpx/nestegg/m4/
as-ac-expand.m4 8 dnl will set SYSCONFDIR to /usr/local/etc if prefix=/usr/local
19 dnl if no prefix given, then use /usr/local, the default prefix
  /external/llvm/utils/crosstool/
create-snapshots.sh 23 local module=$1
24 local log="${module}.log"
30 local tarball="${module}-${REV}.tar.bz2"
  /external/valgrind/main/drd/tests/
annotate_ignore_rw2.stderr.exp 4 Location 0x........ is 0 bytes inside local var "s_b"
9 Location 0x........ is 0 bytes inside local var "s_a"
14 Location 0x........ is 0 bytes inside local var "s_c"
annotate_ignore_write.stderr.exp 4 Location 0x........ is 0 bytes inside local var "s_b"
9 Location 0x........ is 0 bytes inside local var "s_c"
14 Location 0x........ is 0 bytes inside local var "s_a"
  /external/webkit/LayoutTests/http/tests/appcache/
local-content.html 1 <html manifest="resources/local-content.manifest">
3 <p>Test that documents loaded from application cache don't get access to local resources accidentally.</p>
33 log("FAILURE: A local resource was opened in an iframe");
  /hardware/qcom/gps/loc_api/libloc_api-rpc/gen-1240/
loc_api_cb_svc.c 30 bool_t (*local)(char *, void *, struct svc_req *);
40 local = (bool_t (*) (char *, void *, struct svc_req *))rpc_loc_event_cb_f_type_0x00040001_svc;
52 retval = (bool_t) (*local)((char *)&argument, (void *)&result, rqstp);
  /hardware/qcom/gps/loc_api/libloc_api-rpc/gen-3200/
loc_api_cb_svc.c 30 bool_t (*local)(char *, void *, struct svc_req *);
40 local = (bool_t (*) (char *, void *, struct svc_req *))rpc_loc_event_cb_f_type_0x00010001_svc;
52 retval = (bool_t) (*local)((char *)&argument, (void *)&result, rqstp);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/
IUnknownDescriptorProvider.java 26 * for an unknown XML local name.
31 * Returns an instance of {@link ElementDescriptor} matching the given XML Local Name.
33 * @param xmlLocalName The XML local name.
  /external/icu4c/common/
Makefile.in 110 -include Makefile.local
116 .PHONY : all all-local install install-local clean clean-local \
117 distclean distclean-local install-library install-headers dist \
118 dist-local check check-local
124 all: all-local
125 install: install-local
126 clean: clean-local
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/
mklistpage.pl 39 local $lxr_url = "http://lxr.mozilla.org/mozilla/source/js/tests/";
40 local $suite_path = $ARGV[0] || "./";
41 local $uid = 0; # radio button unique ID
42 local $html = ""; # html output
43 local $javascript = ""; # script output
51 local $i, @suite_list;
71 local @readme_text = ("No description available.");
91 local $prev_href = ($i > 0) ? "\#SUITE_" . $suite_list[$i - 1] : "";
92 local $next_href = ($i < $#suite_list) ? "\#SUITE_" . $suite_list[$i + 1] : "";
105 local ($suite_path, $suite, $prev_href, $next_href) = @_
    [all...]
  /external/libvpx/build/make/
gen_msvs_sln.sh 57 local file=$1
58 local name=`grep Name "$file" | awk 'BEGIN {FS="\""}{if (NR==1) print $2}'`
59 local guid=`grep ProjectGUID "$file" | awk 'BEGIN {FS="\""}{if (NR==1) print $2}'`
63 local var
78 eval "local file=\${$1_file}"
79 eval "local name=\${$1_name}"
80 eval "local guid=\${$1_guid}"
84 local var
92 eval "local deps=\"\${${var}_deps}\""
98 eval "local dep_guid=\${${dep}_guid}
    [all...]
  /cts/tests/tests/text/src/android/text/cts/
AutoTextTest.java 40 // set local as English.
51 // local/language
59 * local/language, with end bigger than end
67 * local/language, with end smaller than end
74 // local/language
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
LocalSnapshot.java 26 * state of local variable name mappings that exists immediately after
30 /** {@code non-null;} local state associated with this instance */
38 * @param locals {@code non-null;} associated local variable state
63 * Gets the local state associated with this instance.
84 sb.append("local-snapshot");
  /dalvik/dx/src/com/android/dx/dex/code/
LocalSnapshot.java 26 * state of local variable name mappings that exists immediately after
30 /** {@code non-null;} local state associated with this instance */
38 * @param locals {@code non-null;} associated local variable state
63 * Gets the local state associated with this instance.
84 sb.append("local-snapshot");

Completed in 574 milliseconds

<<11121314151617181920>>